projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c2165
)
Minor tweak of the last commit.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Dec 2013 09:18:23 +0000
(11:18 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 14 Dec 2013 09:18:23 +0000
(11:18 +0200)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 1cf0f3cc1d2baba27f858992ea5f8ab00a4b0633..69681111275af47f4de4883bf6b24a3a830c0aef 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-2881,7
+2881,7
@@
cleanup_vector (struct Lisp_Vector *vector)
struct font *fnt = (struct font *) vector;
if (fnt->driver)
- fnt->driver->close (
(struct font *) vector
);
+ fnt->driver->close (
fnt
);
}
}